fmt.buffer.writeByte (method)
40 uses
fmt (current package)
format.go#L584: f.buf.writeByte(num[0])
print.go#L111: func (b *buffer) writeByte(c byte) {
print.go#L376: p.buf.writeByte('?')
print.go#L378: p.buf.writeByte('?')
print.go#L385: p.buf.writeByte('(')
print.go#L389: p.buf.writeByte('=')
print.go#L393: p.buf.writeByte('=')
print.go#L398: p.buf.writeByte(')')
print.go#L476: p.buf.writeByte('(')
print.go#L518: p.buf.writeByte('{')
print.go#L525: p.buf.writeByte('}')
print.go#L527: p.buf.writeByte('[')
print.go#L530: p.buf.writeByte(' ')
print.go#L534: p.buf.writeByte(']')
print.go#L562: p.buf.writeByte('(')
print.go#L570: p.buf.writeByte(')')
print.go#L615: p.buf.writeByte(')')
print.go#L812: p.buf.writeByte('{')
print.go#L822: p.buf.writeByte(' ')
print.go#L826: p.buf.writeByte(':')
print.go#L830: p.buf.writeByte('}')
print.go#L832: p.buf.writeByte(']')
print.go#L838: p.buf.writeByte('{')
print.go#L844: p.buf.writeByte(' ')
print.go#L850: p.buf.writeByte(':')
print.go#L855: p.buf.writeByte('}')
print.go#L898: p.buf.writeByte('{')
print.go#L905: p.buf.writeByte('}')
print.go#L907: p.buf.writeByte('[')
print.go#L910: p.buf.writeByte(' ')
print.go#L914: p.buf.writeByte(']')
print.go#L922: p.buf.writeByte('&')
print.go#L1159: p.buf.writeByte('%')
print.go#L1195: p.buf.writeByte('=')
print.go#L1199: p.buf.writeByte(')')
print.go#L1209: p.buf.writeByte(' ')
print.go#L1221: p.buf.writeByte(' ')
print.go#L1225: p.buf.writeByte('\n')
scan.go#L858: s.buf.writeByte('"')
scan.go#L925: s.buf.writeByte(b)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |